net.dnsConfig.search (field)
11 uses
net (current package)
dnsclient_unix.go#L503: names := make([]string, 0, 1+len(conf.search))
dnsclient_unix.go#L509: for _, suffix := range conf.search {
dnsconfig.go#L20: search []string // rooted suffixes to append to local name
dnsconfig_unix.go#L27: conf.search = dnsDefaultSearch()
dnsconfig_unix.go#L36: conf.search = dnsDefaultSearch()
dnsconfig_unix.go#L62: conf.search = []string{ensureRooted(f[1])}
dnsconfig_unix.go#L66: conf.search = make([]string, 0, len(f)-1)
dnsconfig_unix.go#L72: conf.search = append(conf.search, name)
dnsconfig_unix.go#L140: if len(conf.search) == 0 {
dnsconfig_unix.go#L141: conf.search = dnsDefaultSearch()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |